home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / graphi2a / thumbnai.frm < prev    next >
Text File  |  1999-09-20  |  974b  |  34 lines

  1. VERSION 5.00
  2. Begin VB.Form thumbnail 
  3.    AutoRedraw      =   -1  'True
  4.    BorderStyle     =   1  'Fixed Single
  5.    ClientHeight    =   1230
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   1365
  9.    ClipControls    =   0   'False
  10.    Icon            =   "thumbnail.frx":0000
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    OLEDropMode     =   1  'Manual
  15.    ScaleHeight     =   1230
  16.    ScaleWidth      =   1365
  17.    Begin VB.Image Image1 
  18.       BorderStyle     =   1  'Fixed Single
  19.       DragMode        =   1  'Automatic
  20.       Height          =   1215
  21.       Left            =   0
  22.       Stretch         =   -1  'True
  23.       Top             =   0
  24.       Width           =   1335
  25.    End
  26. End
  27. Attribute VB_Name = "thumbnail"
  28. Attribute VB_GlobalNameSpace = False
  29. Attribute VB_Creatable = False
  30. Attribute VB_PredeclaredId = True
  31. Attribute VB_Exposed = False
  32. Option Explicit
  33.  
  34.